#########################################################################
# Default Style
#########################################################################
style "default"
{
	fg[NORMAL]							= "#000000" 
	fg[PRELIGHT]							= "#000000" 
	fg[ACTIVE]							= "#000000" 
	fg[SELECTED]							= "#ffffff"
	fg[INSENSITIVE]						= "#b2b2b2" 
	bg[NORMAL]							= "#E2E1C1" 
	bg[PRELIGHT]							= "#0F620B"
	bg[ACTIVE]							= "#E2E1C1"
	bg[SELECTED]							= "#0F620B"
	bg[INSENSITIVE]						= "#E2E1C1"
	base[NORMAL]						= "#fafcfc"
	base[SELECTED]						= "#0F620B"
	base[ACTIVE]							= "#86B084"
	base[INSENSITIVE]						= "#E2E1C1"
	text[SELECTED]						= "#ffffff"
	text[ACTIVE]							= "#ffffff"
	text[ACTIVE]							= "#ffffff"
	text[NORMAL]							= "#000000"
	
	xthickness							= 2	
	ythickness							= 2
	GtkScrolledWindow::scrollbar_spacing	= 0
	GtkScrolledWindow::shadow-type 		= GTK_SHADOW_IN

	GtkWidget::interior_focus				= 0

	GtkWidget::focus_padding				= 0
	GtkWidget::focus-line-width				= 0

	GtkRadioButton::indicator_size			= 13
	GtkCheckBox::indicator_size				= 13

	GtkMenuItem::arrow_spacing				= 3


	engine "experience" 
		{

	###########
	# FOCUS
	###########

		group "focuskiller_default"="focuskiller"
		
	###########
	# Arrows (Arrows for ComboBoxes are defined in that style)
	###########
	
	
	#### Arrow Left

		group "arrow_left_normal" = "arrow_left_normal-template"
		{
			padding						= {0,0,-1,0 }
		}

		group "arrow_left_prelight" = "arrow_left_prelight-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_left_active" = "arrow_left_active-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_left_insensitive" = "arrow_left_insensitive-template"
		{
			padding						= {0,0,-1,0 }
		}

	###Arrow Right

		group "arrow_right_normal" = "arrow_right_normal-template"
		{
			padding						= {0,0,-1,0 }
		}

		group "arrow_right_prelight" = "arrow_right_prelight-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_right_active" = "arrow_right_active-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_right_insensitive" = "arrow_right_insensitive-template"
		{
			padding						= {0,0,-1,0 }
		}

	###Arrow Up

		group "arrow_up_normal" = "arrow_up_normal-template"
		{
			padding						= {0,0,-1,0 }
		}

		group "arrow_up_prelight" = "arrow_up_prelight-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_up_active" = "arrow_up_active-template"
		{
			padding						= {0,0,-1,0 }
		}
		
		group "arrow_up_insensitive" = "arrow_up_insensitive-template"
		{
			padding						= {0,0,-1,0 }
		}
		
	###Arrow Down

		group "arrow_down_normal" = "arrow_down_normal-template"
		{
			padding						= {-1,0,0,0 }
		}

		group "arrow_down_prelight" = "arrow_down_prelight-template"
		{
			padding						= {-1,0,0,0 }
		}
		
		group "arrow_down_active" = "arrow_down_active-template"
		{
			padding						= {-1,0,0,0 }
		}
		
		group "arrow_down_insensitive" = "arrow_down_insensitive-template"
		{
			padding						= {-1,0,0,0 }
		}

	###########
	# Tooltip
	###########

		group "tooltip" = "shadow_in_normal"
		{
			function						= FLAT_BOX
			detail						= "tooltip"
			shadow						= OUT
			
			fill 0 {		color			= base[normal]}
		}
		 
	###########
	# Handles (Orientation doesn't work as expected...
	# fixed for bonobo. But also a gtk bug #159764 <- Gtk developers don't seem to read their bugs ... not even confirmed
	###########

		group "handle_v" = "shadow_out"
		{
			function						= HANDLE
			orientation					= VERTICAL
			
			image 10 {	file				= "images/handle1.png"
						width			= 1 is
						height			= 1 is + 1 px
						border			= { 0, 0, 0, 0 }
						inner_padding		= { 0, 0, 0, 1 }
						repeat			= { 1, 1, 0, 0 }
						draw_entire_only	= TRUE
						ypos			= -1 ws
						padding			= { 0, 0, 5, 3 }
						rotate			= NONE
						draw_components	= ALL}
						
			image 11 {	file				= "images/handle2.png"
						width			= 1 is
						height			= 1 is + 1 px
						border			= { 0, 0, 0, 0 }
						inner_padding		= { 0, 0, 0, 1 }
						repeat			= { 1, 1, 0, 0 }
						draw_entire_only	= TRUE
						ypos			= -1 ws
						padding			= { 0, 0, 5, 3 }
						rotate			= NONE
						draw_components	= ALL}
		}
		
		group "handle_h" = "handle_v"
		{
			orientation					= HORIZONTAL
			mirror						= HORIZONTAL
			rotate						= CCW
		}
		

	##########
	# Handlebox (not really what you want to use)
	##########
		
#		image
#		{
#			function					= BOX
#			detail					= "handlebox_bin"
#			file						= "images/red.png"
#			border					= { 2, 2, 2, 2 }
#		}

	###########
	# Seperation Lines
	###########
	
		group "line_horizontal" = "shadow_out"
		{
			function						= LINE
			orientation					= HORIZONTAL
			
			image 10 {	file				= "images/seperationline.png"
						border			= { 1, 0, 1, 0 }
						padding			= { 0, 1, 0, 0 } 
						rotate			= NONE}
						
			image 11 {	file				= "images/seperationline.png"
						border			= { 0, 1, 0, 1 }
						padding			= { 1, 0, 0, 0 }
						rotate			= AROUND }
		}
	
		group "line_vertical" = "line_horizontal"
		{
			function						= LINE
			orientation					= VERTICAL
			mirror						= VERTICAL
			rotate						= CW
		}

	###########
	# Resize Grip (On Statusbar)
	###########

		group "resizegrip"
		{
			function						= RESIZE_GRIP
			
			image 10 {	file				= "images/resizegrip.png"
						pos				= 0
						width			= 1 is
						height			= 1 is }
		}

	}
}
